home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / yt34b10.zip / SAMPLE.BAT < prev    next >
DOS Batch File  |  1990-02-17  |  381b  |  30 lines

  1. Echo off
  2. :RESTART
  3. c:
  4. cd \quickbbs
  5. quickbbs %1
  6.  
  7. :afterbbs
  8.  
  9. if errorlevel 50 goto YT
  10. if errorlevel 1 goto RESTART
  11.  
  12. Rem Allow exiting of batch file.
  13. goto endit
  14.  
  15. :RELOGIN
  16. c:
  17. cd \quickbbs
  18. quickbbs -r -e1
  19. goto afterbbs
  20.  
  21. :YT
  22. Rem Yankee Trader Batch File
  23. c:
  24. cd \quickbbs\doors\yt
  25. yt.exe c:\quickbbs\dorinfo1.def
  26. goto relogin
  27.  
  28. :Endit
  29. Echo QuickBBS is now down.
  30.